Object is already deleted

If you get the error message "Object is already deleted" in the client or in logs, your EAL is trying to delete an object that has already been deleted.

How can one even try to delete a deleted object? An object in an ECO space is not removed from the ECO space until it's saved. Until then, the object is still there and can be accessed through an earlier obtained reference.

Do something like this to avoid such a situation:

object.existing.whenTrue(object.delete)

See also: OCLOperators existing

This page was edited 77 days ago on 02/10/2024. What links here